![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
Include dependency graph for driver_FXLS8471Q.c:Go to the source code of this file.
Macros | |
| #define | FXLS8471Q_COUNTSPERG 8192.0 |
| #define | FXLS8471Q_ACCEL_FIFO_SIZE 32 |
Functions | |
| int8_t | FXLS8471Q_Init (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
| int8_t | FXLS8471Q_Read (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
| int8_t | FXLS8471Q_Idle (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
Variables | |
| const registerreadlist_t | FXLS8471Q_WHO_AM_I_READ [] |
| const registerreadlist_t | FXLS8471Q_F_STATUS_READ [] |
| registerreadlist_t | FXLS8471Q_DATA_READ [] |
| const registerwritelist_t | FXLS8471Q_Initialization [] |
| const registerwritelist_t | FXLS8471Q_IDLE [] |
Supports both I2C and SPI Interfaces. Supply sensor address=0x00 when when installing sensor for SPI. Supply I2C address otherwise.
Definition in file driver_FXLS8471Q.c.
| #define FXLS8471Q_ACCEL_FIFO_SIZE 32 |
Definition at line 47 of file driver_FXLS8471Q.c.
Referenced by FXLS8471Q_Read().
| #define FXLS8471Q_COUNTSPERG 8192.0 |
Definition at line 46 of file driver_FXLS8471Q.c.
Referenced by FXLS8471Q_Init().
| int8_t FXLS8471Q_Idle | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 234 of file driver_FXLS8471Q.c.
| int8_t FXLS8471Q_Init | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 135 of file driver_FXLS8471Q.c.
| int8_t FXLS8471Q_Read | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 177 of file driver_FXLS8471Q.c.
Here is the call graph for this function:| registerreadlist_t FXLS8471Q_DATA_READ[] |
Definition at line 62 of file driver_FXLS8471Q.c.
Referenced by FXLS8471Q_Read().
| const registerreadlist_t FXLS8471Q_F_STATUS_READ[] |
Definition at line 56 of file driver_FXLS8471Q.c.
Referenced by FXLS8471Q_Read().
| const registerwritelist_t FXLS8471Q_IDLE[] |
Definition at line 226 of file driver_FXLS8471Q.c.
Referenced by FXLS8471Q_Idle().
| const registerwritelist_t FXLS8471Q_Initialization[] |
Definition at line 68 of file driver_FXLS8471Q.c.
Referenced by FXLS8471Q_Init().
| const registerreadlist_t FXLS8471Q_WHO_AM_I_READ[] |
Definition at line 50 of file driver_FXLS8471Q.c.